.tekstvak1 {
  position: fixed;
  bottom: 1;
  background: rgba(0, 0,0, 0.5);
  color: #f1f1f1;
  width: auto;
  padding: 10px;
  border: solid white;
  border-radius: 6px;
  margin-left: 40px;
  max-width: 70%;
}

@font-face {
    font-family: Gtafont;
    src: url(Pricedown\ Bl.otf);
}
h1 {
    margin: 20px;
    margin-left: 6px;
    font-size: 35px;
    
}

p {
    font-size: 18px;
}

.resize {
  width: 150px;
  height: 150px;
}
*{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    font-family: 'roboto', 'Open Sans', sans-serif ;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #000000;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #8FBC8F;
    color: white;
  }
  .Covergta {
    position: fixed;
    right: 0.5;
    bottom: 0;
    min-width: 100%;
    min-height: 96%;
    opacity: 100%;
    background-image:url("https://sm.mashable.com/mashable_nl/photo/default/grand-theft-auto-v-3-4-2022-image-2_zsa7.jpg") ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
}
a:hover {
    background-color: #ddd;
    color: black;
}
.Volgende {
    background-color: #000000;
    color: white;
    border: 2px solid white;
    border-radius: 6px;
}

#video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
}

img {
  position: fixed;
  width: 230px;
  display: block;
  margin-top: 180px;
  margin-left: 50%;
  z-index: 9999;
}
  